build: find "armclang" string in the 'CC' variable
authorVarun Wadekar <[email protected]>
Wed, 12 Dec 2018 23:22:27 +0000 (15:22 -0800)
committerVarun Wadekar <[email protected]>
Wed, 12 Dec 2018 23:22:27 +0000 (15:22 -0800)
commitfd18a8fcb8ec5d63f8eac9c0ea8077c48680a603
tree80794729d34c38bd1852c63a71aa941bc18abf88
parentc0940083bc6e7d30fb8b0828adac5a3715d3e9f1
build: find "armclang" string in the 'CC' variable

This patch modifies the search criteria to see if we are using 'armclang'
as the compiler. Switch over to using 'findstring' which enables platforms
to do fancy stuff using scripts e.g. check if armclang timed out and retry
compilation.

Change-Id: If2162ebadb9033f6457a4e8d4243345e711defe6
Signed-off-by: Kalyani Chidambaram Vaidyanathan <[email protected]>
Signed-off-by: Varun Wadekar <[email protected]>
Makefile